home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / SOUND / GUS-201.ZIP / GUS-206.TXT < prev    next >
Encoding:
Text File  |  1993-01-28  |  24.9 KB  |  654 lines

  1.  
  2. Ultrasound Daily Digest     Thu,  7 Jan 93       Volume 2 : Issue   6 
  3.  
  4. Today's Topics:
  5.                            A few questions
  6.           Anyone got the right settings for PowerPlay 1.2???
  7.            Curiosity about what low-level things GUS can do
  8.                              gravis-talks
  9.                          Gus joystick pinout?
  10.                 GUS support for Standard Mode Windows 
  11.                          IP address for EPAS?
  12.                 location of 669 files on ftp sites....
  13.                               midi-demo
  14.                          MIDI port resolution
  15.                             Midi utilities
  16.                         One long MUDDA PUCKA!
  17.                         OPTI, GUS, and WOLF3d
  18.                            PATINFO utility
  19.            Q on reasonable voice-grade microphone for GUS ?
  20.                          Some Questions.... 
  21.                               three-midi
  22.                        WinMod Pro and Dune II.
  23.  
  24.     Information about the UltraSound Daily Digest (such as
  25. mail addresses, request servers, ftp sites, etc., etc.) can be found
  26. at the end of the Digest.
  27. ----------------------------------------------------------------------
  28.  
  29. Date: Wed, 6 Jan 93 10:02:23 GMT
  30. From: "James Andrews, User Support" <james@sol1.east-london.ac.uk>
  31. Message-Id: <7079.9301061002@uk.ac.uel.sol1>
  32. Subject: A few questions
  33. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  34.  
  35. Right then! Time for some queries after those stunning hints the other day.
  36.  
  37. Firstly, I have been semi-promised a GUS developers kit once the
  38. UK legal crap is sorted out but to be honest what I'd really like to know
  39. so as I can do some demented stuff is what is the format of the .pat files?
  40. I'd like to play my own samples as midi and if its simply a case of the
  41. correct parameters to be fed to sox ( which I dont believe it is ) then I think
  42. we should be told.
  43.  
  44. Nextly, USS8- is anyone happy with it? Are there are handy hints to make it
  45. totally wild?  Im running a largish smartdrv disk cache ( 1 meg ) to a fastish
  46. (19ms) hard disk but it still hiccups if I change volume levels when mixing.
  47.  
  48. Lastly, programming sound and midi under windows.  Some of you must have read
  49. something worth reading on the subject. Some of you have probably written
  50. something worth reading on the subject.  Lets have some references please.
  51.  
  52. Thanks in advance for any replies.  Those of you on janet (the uk academic
  53. x25-ish network) might  be interested in me bulletin board at uk.ac.uel.sol1
  54. login as unaxcess then new.  Ive made a folder called "bleep" which deals with
  55. sounds and things like that.
  56.  
  57. Tommorrow...even more fabulous hints hint hints can you wait? yes you can.
  58.  
  59. ------------------------------
  60.  
  61. Date: Wed, 6 Jan 1993 20:55:52 +0800 (WST)
  62. From: rlee@tartarus.uwa.edu.au (Ralph Lee)
  63. Message-Id: <199301061255.AA26079@tartarus.uwa.edu.au>
  64. Subject: Anyone got the right settings for PowerPlay 1.2???
  65. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  66.  
  67. Yep, anyone got the right sbos settings for PP12 that was on Wuarchive??
  68. Thanks
  69. Ralph
  70. rlee@tartarus.uwa.edu.au
  71.  
  72. ------------------------------
  73.  
  74. Date: Wed, 6 Jan 1993 03:20:46 GMT
  75. From: ptran@sciborg.uwaterloo.ca (Phat H Tran)
  76. Message-Id: <C0ExAM.4vK@watserv2.uwaterloo.ca>
  77. Subject: Curiosity about what low-level things GUS can do
  78. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  79.  
  80. In article <1993Jan5.160120.21526@nntpd.lkg.dec.com> fisher@decwin.enet.dec.com () writes:
  81. >
  82. >Some questions about how GUS works.  If anyone can legally answer, I'd 
  83. >appreciate it.
  84. >
  85.  
  86. I'll try to answer your questions to the best of my knowledge and let
  87. others correct me and/or fill in the blanks where they can.  I don't
  88. have the SDK, and hence, am not bound by any non-disclosure agreements,
  89. so yes, what I'm doing is legal. :)
  90.  
  91. >Does the GUS board have a programmable processor?  I imagine it as a CPU that
  92. >reads an "instruction stream" from GUS memory, where the instructions are stuff
  93. >like "Play the following data at frequency x.", and "loop back to address y".
  94. >But we know there are other things it can do like arithmetically mixing data
  95. >streams.  So what can it do?
  96. >
  97.  
  98. The GUS's processor is not programmable.  It has a fixed set of commands
  99. that must be issued by the CPU.  That is, you cannot upload a program to
  100. it and have it execute the sequence of instructions on its own.  However,
  101. the card's hardwired commands and functions are quite powerful, it would
  102. seem.
  103.  
  104. >Related question:  How much of what happens when you play a midi file is done
  105. >by the driver, and how much by the GUS?  For example, does the driver actually
  106. >do the timing and interpreting of the MIDI file, choose the right patch, and
  107. >just tell the GUS to play it?
  108. >
  109.  
  110. The Gravis is like the SB, SBPro, SB-16, PAS-16, etc. in this regard in
  111. that it cannot process MIDI messages.  The driver has to interpret the MIDI
  112. commands and then tell the GUS what to do.
  113.  
  114. >Someone said that the gus piano patch actually consisted of several samples
  115. >at different frequencies.  Does the GUS understand this itself and convert
  116. >note commands into playing the correct samples, or is this all a driver
  117. >function?
  118. >
  119.  
  120. I am not sure if multi-sampled patches are supported in hardware or
  121. implemented in software.  
  122.  
  123. >Do samples have to be loaded into GUS memory to play, or can they be played
  124. >directly somehow?
  125. >
  126.  
  127. A large sample is usually played by buffering a part of it on the card's
  128. RAM, have the card play that bit back while you upload the next part of
  129. the sample.  I don't know if there is a direct, stick-feeding method to
  130. play samples on the GUS.
  131.  
  132. Phat.
  133.  
  134. ------------------------------
  135.  
  136. Date: Wed, 6 Jan 93 11:31:59 CST
  137. From: mholmes@lonestar.utsa.edu (Mark L. Holmes)
  138. Message-Id: <9301061731.AA10004@lonestar.utsa.edu>
  139. Subject: gravis-talks
  140. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  141.  
  142.  
  143.  
  144. ------------------------------
  145.  
  146. Date: Wed, 6 Jan 93 22:06:04 EST
  147. From: elewis@eve.wright.edu (Edward Lewis IV)
  148. Message-Id: <9301070306.AA19621@eve.wright.edu.>
  149. Subject: Gus joystick pinout?
  150. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  151.  
  152. I was wondering if anybody could help my friend out.  He wants to hook up
  153. a Y-adapter to his computer to allow 2 joysticks.  His mult-i/o card's 
  154. joystick port will not support a Y-cable for some unknown reason and a call
  155. to the Computer manufacturer was no help (then even said you can't disable it)
  156. So I decided to hook it up to his Ultrasound card and try it.  Even though
  157. both game ports are at address 201h that doesn't seem to interfere with anything.(possibly due to not using both at the same time?).
  158.  
  159. Because the Ultrasound's game port also doubles as a MIDI connector a standard
  160. Y-joystick cable will not work.. Therefore, I see two choices... Find a cable
  161. that will work or make one myself.  Therefore if anyone knows where I could 
  162. find a cable that will do this (I understand Gravis hasn
  163. 't made one yet) or could give me a PINOUT of the GUS's joystick port I would
  164. be very grateful (So would my friend).
  165.  
  166. My multi-io card will allow me to use the Y-cable so I do not have this problem
  167.  
  168.  
  169. Any information would be greatly appreciated..
  170.  
  171. Thanks in advance
  172.  
  173.  
  174. Edward Lewis IV
  175. Wright State University
  176. Dayton, Ohio
  177.  
  178. Mead Data Central
  179. Miamisburg, Ohio
  180. Co-op
  181.  
  182. ------------------------------
  183.  
  184. Date: Wed, 06 Jan 93 13:13:18 -0500
  185. From: "It's your hand, Buckaroo" <dantonio@magick.tay2.dec.com>
  186. Message-Id: <9301061813.AA11604@magick.tay2.dec.com>
  187. Subject: GUS support for Standard Mode Windows 
  188. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  189.  
  190. Steven Junacko <CSC9242546G@lust1.latrobe.edu.au> writes,
  191.  
  192. > I've got a 286 and my GUS does absolutely nothing with Windows.  If 
  193. > anybody has drivers or somehow has SBOS working with Standard Mode Windows it
  194. > would be greatly appreciated if you could tell me how.
  195.  
  196. And those of us who want to use the GUS in a WINOS2 session under OS/2
  197. would like to know the same thing...
  198.  
  199. DDA
  200.  
  201. ------------------------------
  202.  
  203. Date: Wed, 6 Jan 93 9:39:43 PST
  204. From: harun@suhana.analog.ingr.com (Bustamam Harun)
  205. Message-Id: <9301060939.AA15186@suhana.UUCP>
  206. Subject: IP address for EPAS?
  207. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  208.  
  209. Can somebody post the IP address for archive.epas.utoronto.ca.
  210. We don't have it on the nameserver.
  211.  
  212. Thanks.
  213.  
  214. ------------------------------
  215.  
  216. Date: 6 Jan 93  9:53 -0800
  217. From: Thomas Wong <twong@civil.ubc.ca>
  218. Message-Id: <2739*twong@civil.ubc.ca>
  219. Subject: location of 669 files on ftp sites....
  220. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  221.  
  222. The 669 files have a directory of their own, to group all of their
  223. song files, composers, players all in one place.
  224.  
  225. On archive.epas.utoronto.ca, the directory is pub/pc/ultrasound/soundutil/669.
  226.  
  227. On wuarchive.wustl.edu, it's msdos/systems/ultrasound/soundutil/669.
  228.  
  229. After files in the submit directory gets validated, they are transferred
  230. to the appropriate directories in our arcives. Therefore note that the
  231. files in the submit are not validated, not scanned for viruses, not
  232. checked to make sure it's not a host....etc. So grab them at your own
  233. risk. (Haven't seen a bad file yet though)
  234.  
  235. Thomas.
  236.  
  237. ------------------------------
  238.  
  239. Date: Wed, 6 Jan 93 11:32:26 CST
  240. From: mholmes@lonestar.utsa.edu (Mark L. Holmes)
  241. Message-Id: <9301061732.AA10011@lonestar.utsa.edu>
  242. Subject: midi-demo
  243. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  244.  
  245.  
  246.  
  247. ------------------------------
  248.  
  249. Date: Thu, 7 Jan 93 13:23:00 EST
  250. From: Remek Lipinski <remek@mullian.ee.Mu.OZ.AU>
  251. Message-Id: <199301070223.AA12676@mamura.ee.mu.OZ.AU>
  252. Subject: MIDI port resolution
  253. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  254.  
  255. Hi everyone,
  256.     I would like to hear from some people who have used the MIDI In port
  257. on the gravis card. Particularly what sort of timing resolution  it can
  258. achieve and if they have experienced any 'hickups' etc when seqencing
  259. with an external keyboard. I currently have an MPU401 MIDI interface card
  260. and I am considering replacing it with the gravis card as the midi interface
  261. to my synth, but I am not sure if I will get the same performance. Any
  262. comments will be grately appreciated, thanks.
  263.                         Remek.
  264.  
  265. *=============================================================================*
  266. ** Remek Lipinski                                                            **
  267. **                                       e-mail:  remek@mullian.ee.mu.OZ.AU  **
  268. **                                          tel:  BH  +61 3 344-6714         **
  269. **                                                AH  +61 3 879-2610         **
  270. **                                          fax:      +61 3 344-6678         **
  271. *=============================================================================*
  272.  
  273. ------------------------------
  274.  
  275. Date: Wed, 6 Jan 93 10:48:06 EST
  276. From: dionf@ERE.UMontreal.CA (Francois Dion)
  277. Message-Id: <9301061548.AA15963@brise.ERE.UMontreal.CA>
  278. Subject: Midi utilities
  279. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  280.  
  281. On klingon (archive.epas) you will find several midi utilities including some
  282. for monitoring the midi in, another to play midi files (MM jukebox), one to
  283. check the midi driver etc... All of them work as is with the GUS and most
  284. have source included.
  285.  
  286. There is also a jukebox for .wav (same jbox principle as for the .mid) and also
  287. a pocket recorder (with .wav playback and effects). The source of these programs
  288. are in the .txt files in the same subdirectory.
  289.  
  290. All of the above are for windows 3.1 (sorry dos users...)
  291.  
  292. Ciao,
  293. -- 
  294. Francois Dion
  295.     '  _   _   _ 
  296.  CISM (_) (_)  _) FM       Montreal , Canada       Email: CISM@ERE.UMontreal.CA
  297.       (_)  / . _)             10000 Watts          Telephone no: (514) 343-7511
  298. _______________________________________________________________________________
  299. Audio-C-DJ-Fractals-Future-Label-Multimedia-Music-Radio-Rave-Video-VR-Volvo-...
  300.  
  301. ------------------------------
  302.  
  303. Date: Wed, 6 Jan 1993 02:36:42 GMT
  304. From: mtichy@fraser.sfu.ca (Martin Tichy)
  305. Message-Id: <1993Jan6.023642.13637@sfu.ca>
  306. Subject: One long MUDDA PUCKA!
  307. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  308.  
  309. > Is there any information available on the specs of the daughter
  310. > board and when it will be available? Thanks
  311. >    George
  312.  
  313. Should be out sometime this month or Feburary.  If not I 
  314. should think it'd still be out before the end of the 1st 
  315. Quarter of '93.  This is just my opinion.
  316.  
  317. Uhm, all I've heard from around here and there is it'll let 
  318. you record at 16-bits, 44.1Khz in Stereo, and have some fancy 
  319. schmancy control over inputs.  Someone mentioned 48Khz DAT 
  320. quality recording but again, I'd only believe it when I see it.
  321.  
  322. > The mod is 725,464 bytes long.  Any ideas?  Should I get an Amiga?
  323. > Dave Angus
  324.  
  325. I have two not "Should I get an Amiga" suggestions.
  326.  
  327. 1) Use a windows mod file player like Winmod or Winmod Pro
  328. 2) Leave me E-mail stating where you ftp'ed the mod (including 
  329. sub directories) and I'll uuencode some of my teeniest 
  330. weeniest mod file players for you, ones which are smaller than 
  331. pp.
  332.  
  333. > The chip, Precision Monolithics Inc., PM-7528 has 20 pins, 8 for
  334. > data, one for DAC select, V   for 5-15 V, V   A, V   B, V  A V  B,
  335. > data and and analog 
  336. >              DD              REF    REF    FB   FB
  337. > GNDs, WR and CS, and OUT for both DACs.
  338. > CMOS and TTL compatible, it says.
  339. >                      _____                __           __
  340. > Dac select is marked DAC A / DAC B, WR is WR and CS is CS.
  341. > So, can a Stereo-In-1 (to be used with MODPLAY or other) be built
  342. > around  this, I have my own thoughts, but I think they would just
  343. > confuse you :-)
  344.  
  345. You already have!
  346.  
  347. > (1) I can't get the GUS working with 16-bit DMA channels (5, 6, 7).
  348. > I've tried it out with QEMM and EMM386, with different DMA buffer
  349. > sizes and even with a 'clean' system (i.e. no drivers). I can use
  350. > DMA 7 for the DAC but not for RAM, i.e. SET ULTRASND=220,1,7,11,5
  351. > works o.k., but SET ULTRASND=220,7,7,11,5 does not work o.k. The
  352. > MIDI songs sound terribly! Any clues on how to solve this problem?
  353.  
  354. Make sure none of your other cards are using those DMA 
  355. channels and try again.  If not then maybe your motherboard 
  356. just can't hack it.
  357.  
  358. > (2) I have installed the new Windows drivers. I can record and
  359. > playback .WAV samples, but I can't get the MIDI working. I've tried
  360. > Media Player, Patch Manager and WinJammer. Patch Manager gives an
  361. > empty list of patches, the other are playing, but I don't hear a
  362. > sound! It worked o.k. with the v1.10 drivers. I've installed it as
  363. > described in the readme-file and after that I've copied the
  364. > midimap.cfg and ultrawin.cfg to the \windows\system directory.
  365.  
  366. Install 1.21 drivers.  You can get them from 
  367. klingon.epas.utoronto.ca (128.100.160.36) in the 
  368. \pub\pc\ultrasound\gravis-disks directory and give er a go 
  369. again.
  370.  
  371. > (3) Does anybody know the difference between the rev. 2.2 and rev.
  372. > 2.4 board? And the difference between the v1.10 disks and v.1.21
  373. > disks?
  374.  
  375. Ya, 1.21 is good 1.1 is bad.  1.21 has more patches and bugs 
  376. fixed etc.
  377.  
  378. > (1) I really like the 669 player! Sounds very good (and loud...
  379. > ouch!)
  380.  
  381. Use the plus and minus keys on the keypad section of your 
  382. keyboard.  Usually they are grey.  They'll control the volume.
  383.  
  384. > (2) SBOS 1.23 seems no real improvement over v1.22. The digitised
  385. > sounds are too
  386.  
  387. I agree.  Just use 1.22 unless something better comes up.
  388.  
  389. > (3) I tried out three MOD players: MOD.EXE, GUSMOD.EXE (or was it
  390. > MODGUS?) and MODULATR.  The first is not working. I think it is not
  391. > meant as a MOD player. The
  392.  
  393. PUSH.MOD is hardcoded into MOD.EXE. Three things you can do:
  394. 1) re-compile the source code with the filename of the mod you 
  395. want
  396. 2) use a disk editor to rename PUSH.MOD in the executable file
  397. 3) the simplest, rename the mod you want to play to PUSH.MOD 
  398. and copy it to the directory in which MOD.EXE resides.  I just 
  399. made a little batch file to do this for me.
  400.  
  401. > GUS only? *snicker* Hey, they sound just fine on the SoundBlaster
  402. > and the Composer works great on the SB too! Since Renaissance made
  403. > the package completely free you can compose and save now! Cool,
  404. > huh?
  405.  
  406. Ya, I know you can play them with the composer but ah, I 
  407. uploaded the 669 files with GUS users in mind, not SB users.  
  408. Oh, Ya, I'm sure 669's sound fine on your SB (ha ha ha - 8 
  409. channels mixed into 1 stinky mono channel). Just kidding, I 
  410. hope you enjoy them.
  411.  
  412. *************************************************************
  413. "Poor is the man who's music depends upon the synthesis of an 
  414.  FM chip."
  415.  
  416.   - Da Lazer!
  417. *************************************************************
  418.  
  419.  
  420.  
  421. ------------------------------
  422.  
  423. Date: Wed, 6 Jan 1993 23:01:09 -0500
  424. From: "Frank Pikelner" <frank@cs.yorku.ca>
  425. Message-Id: <9301070401.AA01670@cs.yorku.ca>
  426. Subject: OPTI, GUS, and WOLF3d
  427. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  428.  
  429. Hello all,
  430.  
  431. I have a 386/40 and although most programs seem to work they do not all work
  432. the same as specified on the game sheet floating about the net. For most games
  433. using the SBOS 1.22 version, as per the sheet no options are required. I seem
  434. to need to put in -o2 or -03 options for some. ie. UNREALDEMO, WOLF3D,
  435. AZTEC DEMO. I run DR DOS 6 and QEMM, I have disabled both and have tried MSDOS
  436. with no luck. WOLF3D plays with only the -o3 option and obviously no yelling
  437. from the germans, the sounds also are not all correct (maybe I do not have the
  438. correct patches? - waiting fo mine).
  439.  
  440. On a seperate note, I thought I got the SOS 1.23 version, but when I load it
  441. I still get the 1.22 version number - any ideas why?
  442.  
  443. Thanks,
  444.  
  445.  --------------------------------------------------------------------------
  446.    ---  ---     Frank Pikelner                                        /~\
  447.    \    \  \    Technical Assistant, Department of Computer Science  <v.v>
  448.     \-   \--    York University (Toronto, Canada)                    '\^/;
  449.      \    \    Internet: frank@cs.yorku.ca                          _{!}_
  450.  --------------------------------------------------------------------------
  451.  
  452. ------------------------------
  453.  
  454. Date: Wed, 6 Jan 1993 13:04:46 -0500
  455. From: aa344@yfn.ysu.edu (Joseph Maruschek)
  456. Message-Id: <199301061804.AA29557@yfn.ysu.edu>
  457. Subject: PATINFO utility
  458. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  459.  
  460. I've written a small utility that lets you peek at some of the
  461. fields in the GUS's patch files.  Since I don't have the SDK,
  462. there is a lot of other information in the header that I don't
  463. understand.  I wrote this in QuickBASIC, and I've uploaded it to
  464. epas in the submit directory.  Source code is included.  To use,
  465. just type "PATINFO filename" at the DOS command line.  "filename"
  466. is any GUS patch file.  Here's some examples of the output:
  467.  
  468. File: SLAPBAS1.PAT 
  469. This file contains  2  sample(s).
  470.  
  471. Sample # 1 
  472. Sample length: 14658        Loop start:  14150          Loop end: 14648 
  473. Sample rate: 18382 Hz
  474. Lowest note: A0             Highest note: B2            Base note: D2
  475. Detune: 0     Unknown: 2    Balance: 7 
  476.  
  477. Sample # 2 
  478. Sample length: 26492        Loop start:  25788          Loop end: 26286 
  479. Sample rate: 18382 Hz
  480. Lowest note: C3             Highest note: C8            Base note: D3
  481. Detune: 0     Unknown: 2    Balance: 7 
  482.  
  483.  
  484. File: TOMS.PAT 
  485. This file contains  1  sample(s).
  486.  
  487. Sample # 1 
  488. Sample length: 13132        Loop start:  12830          Loop end: 13110 
  489. Sample rate: 10964 Hz
  490. Lowest note: A0             Highest note: C8            Base note: G2
  491. Detune:-94    Unknown: 2    Balance: 7 
  492.  
  493.  
  494. File: CYMCRSH1.PAT 
  495. This file contains  1  sample(s).
  496.  
  497. Sample # 1 
  498. Sample length: 63018        Loop start:  54752          Loop end: 62986 
  499. Sample rate: 26041 Hz
  500. Lowest note: C#3            Highest note: C#3           Base note: C#3
  501. Detune: 0     Unknown: 2    Balance: 7 
  502.  
  503.  
  504. File: ACPIANO1.PAT 
  505. This file contains  7  sample(s).
  506.  
  507. Sample # 1 
  508. Sample length: 7340         Loop start:  6534           Loop end: 7326 
  509. Sample rate: 39062 Hz
  510. Lowest note: A0             Highest note: G2            Base note: D3
  511. Detune:-3     Unknown: 2    Balance: 7 
  512.  
  513. Sample # 2 
  514. Sample length: 10376        Loop start:  3746           Loop end: 10362 
  515. Sample rate: 39062 Hz
  516. Lowest note: G2             Highest note: F3            Base note: C4
  517. Detune: 43    Unknown: 3    Balance: 7 
  518.  
  519. Sample # 3 
  520. Sample length: 6018         Loop start:  2132           Loop end: 6004 
  521. Sample rate: 39062 Hz
  522. Lowest note: F3             Highest note: C4            Base note: C4
  523. Detune: 0     Unknown: 2    Balance: 7 
  524.  
  525. Sample # 4 
  526. Sample length: 14228        Loop start:  12626          Loop end: 14216 
  527. Sample rate: 39062 Hz
  528. Lowest note: C4             Highest note: A#4           Base note: D5
  529. Detune: 0     Unknown: 3    Balance: 7 
  530.  
  531. Sample # 5 
  532. Sample length: 14242        Loop start:  13110          Loop end: 14228 
  533. Sample rate: 39062 Hz
  534. Lowest note: A#4            Highest note: G#5           Base note: F5
  535. Detune: 0     Unknown: 2    Balance: 7 
  536.  
  537. Sample # 6 
  538. Sample length: 8140         Loop start:  6590           Loop end: 8128 
  539. Sample rate: 39062 Hz
  540. Lowest note: G#5            Highest note: G#6           Base note: E6
  541. Detune: 0     Unknown: 2    Balance: 7 
  542.  
  543. Sample # 7 
  544. Sample length: 4004         Loop start:  3558           Loop end: 3956 
  545. Sample rate: 39062 Hz
  546. Lowest note: G#6            Highest note: C8            Base note: A6
  547. Detune: 0     Unknown: 2    Balance: 7 
  548.  
  549. Have fun exploring!
  550.  
  551. --
  552. aa344 is Joseph Maruschek                   3      3      3      3      3 
  553. IBM PC SIGop, Youngstown Free-Net             D     D     D     D     D
  554. motto: Strive for the simplest and the best.    |    |    |    |    |
  555.                                                   :   :   :   :   :
  556.  
  557. ------------------------------
  558.  
  559. Date: Wed, 6 Jan 93 21:28:50 -0800
  560. From: Bob Beck <rbk@sequent.com>
  561. Message-Id: <9301070528.AA04613@eng2.sequent.com>
  562. Subject: Q on reasonable voice-grade microphone for GUS ?
  563. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  564.  
  565. The GUS documentation I have doesn't tell me parameters on microphones to
  566. use for recording voice.  Can anyone suggest what has been working for them?
  567. Thanks.
  568.  
  569.                     - Bob (rbk@sequent.com)
  570.  
  571. ------------------------------
  572.  
  573. Date: Wed, 06 Jan 93 13:20:57 -0500
  574. From: "It's your hand, Buckaroo" <dantonio@magick.tay2.dec.com>
  575. Message-Id: <9301061820.AA11623@magick.tay2.dec.com>
  576. Subject: Some Questions.... 
  577. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  578.  
  579. >     I just wanted to find out from someone if they have received any thing
  580. > back from GRAVIS when they sent in the registration card?  Do they send you 
  581. > those 192 extra patches? or anything else.
  582.  
  583. Not yet. I've heard rumours to the effect that the General MIDI patches are
  584. "almost done" and would ship along with the "real" Windows drivers...
  585.  
  586. > And the other question I had was:
  587. > How do I find out that instruments are missing from a MID file?  for example:
  588. >  
  589. >     Warning: couldn't find program 95 to put on channel 7
  590. > I mean things wouldn't sound right if I just assigned any instrument to that 
  591. > program.  So how do I know what instruments It is looking for?  
  592.  
  593. You could find out from the General MIDI set what instrument is supposed to
  594. be on program #95. If it's a non-General MIDI file, you could look into
  595. it's .cfg file, if it has one. Otherwise, I think you're out of luck...
  596.  
  597. DDA
  598.  
  599. ------------------------------
  600.  
  601. Date: Wed, 6 Jan 93 11:33:16 CST
  602. From: mholmes@lonestar.utsa.edu (Mark L. Holmes)
  603. Message-Id: <9301061733.AA10018@lonestar.utsa.edu>
  604. Subject: three-midi
  605. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  606.  
  607.  
  608.  
  609. ------------------------------
  610.  
  611. Date: Wed, 6 Jan 1993 20:50:14 +0800 (WST)
  612. From: rlee@tartarus.uwa.edu.au (Ralph Lee)
  613. Message-Id: <199301061250.AA25806@tartarus.uwa.edu.au>
  614. Subject: WinMod Pro and Dune II.
  615. To: Ultrasound Daily Digest <ultrasound@dsd.es.com>
  616.  
  617. Does anyone have a good setup for WinMod Pro??
  618. There is a considerable difference in quality between 22050 and 11025
  619. but I get alot of misplaced sounds and routine errors when using 22050.
  620. I tried altering the buffer size but I couldn't perfect an optimum size.
  621. Which size should I use and what other settings should I or shouldn't I
  622. use...
  623.  
  624. Also, what are the sbos settings for Dune II for speech and which
  625. version as well??
  626.  
  627. Thanks again to the netters...
  628.  
  629. RAlph
  630. rlee@tartarus.uwa.edu.au
  631.  
  632. ------------------------------
  633.  
  634. End of Ultrasound Daily Digest V2 #6
  635. ******************************
  636.  
  637. Digest Address:                                        ultrasound@dsd.es.com
  638.                                                 To post to tomorrow's digest
  639.  
  640. Request Server Address:                        ultrasound-request@dsd.es.com
  641.                                 To subscribe, unsubscribe, and request files
  642.  
  643. Owner Address:                                   ultrasound-owner@dsd.es.com
  644.                                To contact a human if the server has troubles
  645.  
  646. FTP Sites:                archive.epas.utoronto.ca         pub/pc/ultrasound
  647.                           wuarchive.wustl.edu       systems/msdos/ultrasound
  648.  
  649.  
  650.